The GameObjectSystem<T> class in the Sandbox namespace is a syntax sugar wrapper around the GameObjectSystem. It allows you to access your system using SystemName.Current
instead of Scene.GetSystem
.
The GameObjectSystem<T> class in the Sandbox namespace is a syntax sugar wrapper around the GameObjectSystem. It allows you to access your system using SystemName.Current
instead of Scene.GetSystem
.